Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / Count Property

In This Topic
    Count Property (StructList<T>)
    In This Topic
    Gets the number of elements actually contained in the StructList<T>.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As System.Integer
    public System.int Count {get;}
    See Also